1
0
mirror of https://github.com/prirun/p50em.git synced 2026-02-27 00:39:52 +00:00
Files
prirun.p50em/makefile

7 lines
54 B
Makefile

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