1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:07:35 +00:00

Base: Modify "little" project

This commit is contained in:
Itamar 2020-08-15 10:58:22 +03:00 committed by Andreas Kling
parent 7eac9fe10e
commit e793cc3d13
5 changed files with 18 additions and 1 deletions

View file

@ -1,5 +1,5 @@
PROGRAM = little
OBJS = main.o
OBJS = main.o other.o
CXXFLAGS = -g
all: $(PROGRAM)