whoops, actually add in timer application lol

This commit is contained in:
randomuser 2021-06-06 11:29:48 -05:00
parent ed580c2b4a
commit e46db5d4af
2 changed files with 7 additions and 1 deletions

View File

@ -18,6 +18,12 @@ sh:
cp -f scripts/urlhandle $(DESTDIR)$(PREFIX)/bin
cp -f scripts/indicate $(DESTDIR)$(PREFIX)/bin
cp -f scripts/vol $(DESTDIR)$(PREFIX)/bin
cp -f scripts/timer $(DESTDIR)$(PREFIX)/bin
ln -sf $(DESTDIR)$(PREFIX)/bin/timer $(DESTDIR)$(PREFIX)/bin/alarm
ln -sf $(DESTDIR)$(PREFIX)/bin/timer $(DESTDIR)$(PREFIX)/bin/tomato
ln -sf $(DESTDIR)$(PREFIX)/bin/timer $(DESTDIR)$(PREFIX)/bin/stopwatch
ln -sf $(DESTDIR)$(PREFIX)/bin/timer $(DESTDIR)$(PREFIX)/bin/verbosewatch
mkc:
cc progs/scream.c -o progs/scream
c: