mirror of
https://github.com/prirun/p50em.git
synced 2026-02-27 00:39:52 +00:00
7 lines
54 B
Makefile
7 lines
54 B
Makefile
em: em.o
|
|
cc -O -o em em.c
|
|
|
|
debug:
|
|
cc -g -o em em.c
|
|
|