mirror of
https://github.com/colindean/optar.git
synced 2025-03-11 22:17:40 +13:00
Builds an archive
This commit is contained in:
parent
4bbe161c8a
commit
a3266f26ea
5
Makefile
5
Makefile
@ -59,3 +59,8 @@ golay: golay.o parity.o
|
||||
|
||||
unoptar: unoptar.o common.o golay_codes.o parity.o
|
||||
$(CC) -o $@ -L/usr/local/lib $^ -lm -lpng -lz
|
||||
|
||||
archive: $(ARCHIVE_PATH)
|
||||
|
||||
$(ARCHIVE_PATH): $(EXECUTABLES)
|
||||
tar czvf $@ $^
|
||||
|
Loading…
x
Reference in New Issue
Block a user