diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,11 +26,11 @@ obj = $(src:.c=.o) tests=$(shell ls tests/*.c) tests_bin=$(tests:.c=.bin) -all: libalgds.a - libalgds.a: $(obj) ar cr $@ $^ +all: libalgds.a $(tests_bin) + install: libalgds.a sudo mkdir -p /usr/local/include/algds sudo cp *.h /usr/local/include/algds |
