You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Nostalgia/Makefile

13 lines
449 B

nostalgia: Main.vala Window.vala HeaderBar.vala Nostalgia.vala
valac --pkg libnotify --pkg gtk+-3.0 --pkg gio-2.0 --pkg glib-2.0 Main.vala Window.vala HeaderBar.vala Nostalgia.vala -o nostalgia
install: nostalgia nostalgia-launcher.desktop
cp ./nostalgia /usr/bin/
cp ./nostalgia-launcher.desktop /usr/share/applications/
uninstall:
rm /usr/bin/nostalgia
rm /usr/share/applications/nostalgia-launcher.desktop
clean: nostalgia
rm nostalgia