mirror of
https://github.com/prirun/p50em.git
synced 2026-01-11 23:42:56 +00:00
7 lines
49 B
Makefile
7 lines
49 B
Makefile
em:
|
|
cc -O -o em em.c
|
|
|
|
debug:
|
|
cc -g -o em em.c
|
|
|