Some improvements in Makefile.mingw32.depend

- Change $(cce) to output .d file prerequisite too, the same as .o
- Replace $(CLEAN_FILE) handling w/ "clean: cleandep", for more encapsulation
This commit is contained in:
Feiyun Wang
2022-01-27 18:54:22 +08:00
committed by nhmall
parent 8a26e01397
commit 96de8d58d6
2 changed files with 2 additions and 5 deletions

View File

@@ -228,9 +228,7 @@ extern void win32_abort(void);
extern void consoletty_preference_update(const char *);
extern void toggle_mouse_support(void);
extern void map_subkeyvalue(char *);
#if defined(WIN32CON)
extern void set_altkeyhandling(const char *);
#endif
extern void raw_clear_screen(void);
#include <fcntl.h>