diff options
Diffstat (limited to 'test/src/Makefile')
-rw-r--r-- | test/src/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/src/Makefile b/test/src/Makefile new file mode 100644 index 0000000..105b730 --- /dev/null +++ b/test/src/Makefile @@ -0,0 +1,5 @@ +all: + gcc $(CFLAGS) -o test test.c + +install: + install -D -m755 test $(DESTDIR)/usr/bin/$(DESTBIN) |