diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-09-28 16:08:30 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-09-28 16:08:30 +0200 |
commit | 559dd6032d3b78ca4fe58ae05dae93c1f29ba4eb (patch) | |
tree | e029bbdc461583b79c6786cb4268494b7f287606 /Makefile | |
parent | ba00251edb5544c7da7a4dba33643d2cceee920c (diff) | |
download | standardstuff-559dd6032d3b78ca4fe58ae05dae93c1f29ba4eb.tar.gz |
Makefile the secodn
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ OBJECTDIR = obj OUTPUT = program SRCS = $(wildcard $(SOURCEDIR)/*.c) -OBJS = $(SRCS:.cpp=.o) +OBJS = $(SRCS:.c=.o) OBJ = $(OBJS:$(SOURCEDIR)/%=$(OBJECTDIR)/%) build: dir $(OBJ) |