diff options
author | dweller <dweller@cabin.digital> | 2025-04-02 23:12:40 +0300 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2025-04-02 23:12:40 +0300 |
commit | 9c2842629f2e5f17c6949b5ff37c972f7dd62d4a (patch) | |
tree | 651676de253beb3830906155d458d34aad8db55e /Makefile | |
parent | 84dcdee9ac0a23f590bf5882b4628c7b3bd1b2cb (diff) |
just playing around
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ X11FLAGS = -lm -lX11 -lxcb -lXau -lXdmcp x11: artifacts/xip-8 -artifacts/xip-8: sources/*.c resources/icon.tga.h +artifacts/xip-8: sources/meta/*.c sources/*.c resources/icon.tga.h $(CC) $(CFLAGS) $(X11FLAGS) sources/main.c -o artifacts/xip-8 artifacts/bin2c: utils/bin2.c |