diff options
author | Marvin Borner | 2021-06-13 12:59:45 +0200 |
---|---|---|
committer | Marvin Borner | 2021-06-13 12:59:45 +0200 |
commit | 5053382808960f3209b3fd217fd6b20b240f0d38 (patch) | |
tree | f51dede9317c268ce3ce11b5ddaa8a1a9b7295cf /libs/libgui/Makefile | |
parent | d832f9ddc9187c83a52a724d4ea39aea08de485b (diff) |
Added image viewer and blerp scaling
Diffstat (limited to 'libs/libgui/Makefile')
-rw-r--r-- | libs/libgui/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/libgui/Makefile b/libs/libgui/Makefile index 2f76e61..a8f3a62 100644 --- a/libs/libgui/Makefile +++ b/libs/libgui/Makefile @@ -1,7 +1,6 @@ # MIT License, Copyright (c) 2020 Marvin Borner COBJS = psf.o \ - bmp.o \ png.o \ gfx.o \ gui.o \ |