testing actions
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
CC = gcc
|
||||
CFLAGS = -Wall
|
||||
|
||||
all: makeheaders
|
||||
|
||||
makeheaders:
|
||||
$(CC) $(CFLAGS) makeheaders.c -o makeheaders
|
||||
|
||||
clean:
|
||||
rm -rf makeheaders
|
||||
|
||||
Reference in New Issue
Block a user