We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3dbf17 + e348d5e commit d51f593Copy full SHA for d51f593
examples/board_simduino/Makefile
@@ -31,8 +31,6 @@ VPATH += ../parts
31
32
LDFLAGS += -lpthread -lutil
33
34
-include ../Makefile.opengl
35
-
36
all: obj ${firmware} ${target}
37
38
include ${simavr}/Makefile.common
examples/board_simduino/simduino.c
@@ -27,11 +27,6 @@
27
#include <stdio.h>
28
#include <libgen.h>
29
30
-#if __APPLE__
-#include <GLUT/glut.h>
-#else
-#include <GL/glut.h>
-#endif
#include <pthread.h>
#include "sim_avr.h"
0 commit comments