cleaning the makebloub

This commit is contained in:
tTh 2024-02-07 00:48:15 +01:00
parent d1b7218b21
commit c32db90e10
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ all: genbloubs movebloubs exportbloubs mergebloubs \
# ------------------------------------------------------------
GFOPT = -Wall -Wextra -g -time -I../Modules
OBJS = bloubspace.o povstuff.o mathstuff.o
OBJS = bloubspace.o povstuff.o
MYLIB = '../Modules/libtth90modules.a'
# ------------------------------------------------------------