removed .json files
This commit is contained in:
@@ -15,6 +15,6 @@ $(TARGET): $(OBJS)
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS) $(TARGET)
|
||||
rm -f $(OBJS) $(TARGET) compile_commands.json
|
||||
|
||||
.PHONY: all clean
|
||||
Reference in New Issue
Block a user