Tiny programs (C, C++, C#, ...)
File detail
| Name: | Makefile [Download] |
| Location: | tiny > IZP > proj2 |
| Size: | 238 B |
| Last modification: | 2022-09-09 13:06 |
Source code
# Makefile # # By Kamil Dudka, 2004 CFLAGS=-std=c99 -lm -Wall -pedantic TARBALL=Makefile proj2.c proj2.pdf proj2.sxw proj2: proj2.c clean: rm -f proj2 izp-proj2.tar.gz: $(TARBALL) tar c $(TARBALL) | gzip > $@ tgz: izp-proj2.tar.gz




Back to main page
Makefile