modify file names and create directories
This commit is contained in:
9
executer/user/Makefile
Normal file
9
executer/user/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
CFLAGS = -O3 -Wall -g -pthread
|
||||
|
||||
all: mcexec
|
||||
|
||||
mcexec: mcexec.c
|
||||
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -o $@ $^ $(EXTRA_OBJS)
|
||||
|
||||
clean:
|
||||
rm -f mcexec
|
||||
Reference in New Issue
Block a user