added more code
This commit is contained in:
7
CPE455/day8/Makefile
Normal file
7
CPE455/day8/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
CC = gcc
|
||||
CFLAGS = -Wall
|
||||
|
||||
hello: helloworld.o hellofunction.o
|
||||
$(CC) $(CFLAGS) helloworld.o hellofunction.o -o hello
|
||||
|
||||
hellorun.o: hello
|
Reference in New Issue
Block a user