vipak/makefile
norayr d94bf140dc separated string helper functions to a different module
added wirth styled timestamps
renamed makefile to lowercase
2017-05-18 12:56:38 +04:00

11 lines
166 B
Makefile

VOC = /opt/voc/bin/voc
all:
$(VOC) -s types.Mod sockets.Mod netdb.Mod Internet.Mod stringHelpers.Mod IRC.Mod test.Mod -m
clean:
rm *.h
rm *.c
rm *.o
rm *.sym