View difference between Paste ID: 9cnfUHJP and rML2LHFR
SHOW: | | - or go back to the newest paste.
1
print.exe: print.o
2
	gcc print.o -o print.exe
3
print.o: print.c printer.h
4
	gcc -c print.c
5
6
clean:
7
	rm -rf *.o