aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBossCode45 <boss@tehbox.org>2025-06-27 15:12:30 +1200
committerBossCode45 <boss@tehbox.org>2025-07-24 12:48:21 +1200
commiteed164fa72297efb69b624f3c58cb5deb339a974 (patch)
treea2149785ba58856ce29a699e2374725cbbdb30b9
parentf953c730af2b90db99f709258c5d5e50fdcaadf7 (diff)
downloadtehimage-eed164fa72297efb69b624f3c58cb5deb339a974.tar.gz
tehimage-eed164fa72297efb69b624f3c58cb5deb339a974.zip
feat: Renamed makefile
Changed it to GNUmakefile because it uses GNU make only features
-rw-r--r--GNUmakefile (renamed from makefile)2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/GNUmakefile
index dabc3ed..d42f0cf 100644
--- a/makefile
+++ b/GNUmakefile
@@ -32,7 +32,7 @@ $(LIB): $(INCLUDE_HEADERS) $(OBJS)
$(OBJS_DIR)/%.o: $(SOURCE_DIR)/%.cpp
$(CXX) $(CXXFLAGS) -c $< -o $@
-$(INCLUDE_DIR)/%.h: $(SOURCE_DIR)/%.hls lib
+$(INCLUDE_DIR)/%.h: $(SOURCE_DIR)/%.h lib
cp $< $@
# Test binary