Makefile fix

This commit is contained in:
Imbus 2025-01-11 17:43:04 +01:00
parent 5e89f20e02
commit 46201bbf59

View file

@ -1,6 +1,4 @@
TARGET = takewhile.elf TARGET = takewhile.elf
SRCS = takewhile.cc SRCS = takewhile.cc
all: $(TARGET)
include ../config.mk include ../config.mk