Skip to content

Commit 4a76fc4

Browse files
committedAug 21, 2020
Preliminary Makefile
1 parent c8d3a61 commit 4a76fc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lc: lc.c
2+
$(CC) $(CFLAGS) -o $@ $<

0 commit comments

Comments
 (0)
Please sign in to comment.