Commit b6fa77bc authored by Taddeüs Kroes's avatar Taddeüs Kroes

ModSim ass3: Changed some filenames.

parent 003140bf
CFLAGS=-Wall -Wextra -pedantic -std=c99 -D_GNU_SOURCE -g -O0
LDFLAGS=-lm
PROGS=test harm_osc
PROGS=test main
.PHONY: all clean
all: ${PROGS}
test: test.o logger.o methods.o
harm_osc: harm_osc.o models.o logger.o methods.o
test: test.o logger.o integration.o
harm_osc: main.o models.o logger.o integration.o
clean: ; rm -vf *.o ${PROGS}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment