add zRIF support

This commit is contained in:
Martins Mozeiko
2017-09-24 18:34:03 -07:00
parent c97dd9c311
commit 406a1c595c
8 changed files with 734 additions and 16 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ else
endif
BIN=pkg2zip${EXE}
SRC=${wildcard pkg2zip*.c}
SRC=${wildcard pkg2zip*.c} puff.c
OBJ=${SRC:.c=.o}
DEP=${SRC:.c=.d}