big commit
This commit is contained in:
6
linux/executer/Makefile
Normal file
6
linux/executer/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
CFLAGS = -O3
|
||||
|
||||
all: mcexec
|
||||
|
||||
mcexec: mcexec.c
|
||||
$(CC) $(CFLAGS) -o $@ $^
|
||||
Reference in New Issue
Block a user