Skip to content

Commit

Permalink
makefile twiddle for debian
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Dec 28, 2012
1 parent ce0a29d commit db5a20b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Expand Up @@ -12,4 +12,10 @@ dirt: dirt.o jack.o audio.o file.o server.o segment.o Makefile
$(CC) dirt.o jack.o audio.o file.o server.o segment.o $(CFLAGS) $(LDFLAGS) -o dirt

test : test.c Makefile
$(CC) test.c -llo -o test
$(CC) test.c -llo -o test

install: dirt
install -d $(DESTDIR)/bin/
install -m 0755 dirt $(DESTDIR)/bin/dirt


0 comments on commit db5a20b

Please sign in to comment.