Define additional variable when doing make develop

This commit is contained in:
ISSOtm
2020-02-03 19:55:46 +01:00
parent d15915ef14
commit fd32b2252f
2 changed files with 5 additions and 1 deletions

View File

@@ -21,4 +21,8 @@
#define trap_
#endif
#ifndef DEVELOP
#define DEVELOP 0
#endif
#endif /* HELPERS_H */