blob: 5ea4e480ec258e1f331ae6addf182b038bd0d21d [file] [log] [blame]
CFLAGS += -Wall
OBJS = tbase_ki.o user_tbase.o
test_base: $(OBJS)
$(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
clean:
rm -f $(OBJS) test_base