Skip to content

Commit 3acb704

Browse files
Minor change
1 parent 4a6d56b commit 3acb704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# $@ = target file
22
# $< = first dependency
33
# $^ = all dependencies
4-
#
4+
55
C_SOURCES = $(wildcard Physics/*.c *.c)
66
C_HEADERS = $(wildcard Physics/*.h *.h)
77
C_OBJECTS = ${C_SOURCES:.c=.o}

0 commit comments

Comments
 (0)