1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-25 19:36:31 +00:00
Files
prirun.p50em/makefile
2005-04-18 00:00:00 -04:00

7 lines
49 B
Makefile

em:
cc -O -o em em.c
debug:
cc -g -o em em.c